home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 5014 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.4 KB

  1. Path: vixen.cso.uiuc.edu!firefly!dross
  2. From: dross@firefly.prairienet.org (Dave Ross)
  3. Newsgroups: comp.sys.cbm
  4. Subject: 1540 with C=64?
  5. Date: 3 Apr 1996 05:19:53 GMT
  6. Organization: University of Illinois at Urbana
  7. Message-ID: <4jt1pp$1t0@vixen.cso.uiuc.edu>
  8. NNTP-Posting-Host: firefly.prairienet.org
  9.  
  10.  -=> Quoting Gsz@bbcnc.org.uk to All <=-
  11.  
  12.  Gs> I've acquired a VIC 1540 single drive from someone who couldn't get
  13.  Gs> it to work with their C=64. Can anyone advise me what I'd need to do
  14.  Gs> to get the 1540 to work with MY C=64 :-) (some kind of upgrade needed,
  15.  Gs> presumably?)
  16.  
  17. For all practical intents and purposes, the 1540 is useless with a c64.
  18. Mine is going to be hooked up to my VIC once I get all my equipment set
  19. up.  The problem with the 1540 is that it's designed for the VIC-20, and
  20. therefore was released before the release of the c64.  The VIC chip in
  21. the VIC-20 only has to deal with a 20-column video screen, and therefore
  22. uses up less of the CPU's time.  The VIC in the c64 steals time from the
  23. CPU, causing the c64 to have a slower serial bus than the VIC-20.
  24.  
  25. The VIC-1540 expects the faster bus speed and wont slow down to accomodate
  26. a slower bus.  The only way to make it talk to a c64 is to blank the
  27. screen by effectively turning off the VIC.  The pokes to do this are:
  28.  
  29. FOO=PEEK(53265):REM This gives you the value to turn the screen back on.
  30. POKE 53265, (FOO AND 8)
  31. <disk access>
  32. POKE 53265, FOO
  33.  
  34. The only problem with this method is that you can't see what you are doing
  35. when you try to access the drive.  My friend tried hooking my 1540 to his
  36. c64 with a fastloader that, among other things, blanked the screen, but
  37. it still wouldn't talk to it.
  38.  
  39. As a side note, there is a command that can be sent over channel 15 to
  40. put a 1541 in 1540 mode, with the faster bus speed.
  41.  
  42. To the best of my knowledge, there is no magic upgrade to make it work
  43. with the c64.
  44.  /======================================\  /===============================\ 
  45. |         Dr. Watson   Dave Ross         ||  From the age of uniformity,    |
  46. | dross4@niu.edu    UDIC:Solitary Dragon ||  From the age of solitude,      |
  47. | PC  C-64  VIC20  Atari 2600  Channel F ||  From the age of Big Brother... |
  48. |    "You're Not Dealing With AT&T"      ||          greetings!             | 
  49.  \======================================/  \===============================/
  50. ___ Blue Wave/DOS v2.30 [NR]
  51.                                                                                           
  52.